In breadth first search of a search tree, one prgresses by first of all looking at all of the nodes at level 1 (one step from the root), then all the nodes at level 2, etc.
Used in Chap. 4: pages 48, 50, 52, 53, 54, 56, 58, 60; Chap. 11: page 164; Chap. 15: page 241
Also known as breadth first, breadth first
Breadth first search – order of visiting nodes